Messages
7/7/2024
18 : 4
RD#463 Enhancing The New York Times Web Performance with React 18
An how they tackled some of the challenges
6/30/2024
18 : 24
RD#462 Web Workers, Comlink, Vite and TanStack Query
A great way to offload work from the main thread
6/23/2024
18 : 24
RD#461 React 19 and Suspense
A drama in 3 acts
6/16/2024
18 : 24
RD#460 Need for Speed
A quick way to improve React testing times
6/9/2024
19 : 14
RD#459 How to Create a Modal in React with HTML Dialog
Gone are the days that we need to install bloated libraries
6/3/2024
9 : 54
RD#457 React Compiler
React Compiler automatically memoizes your code
6/3/2024
8 : 17
RD#458 Sneaky React Memory Leaks
How useCallback and closures can bite you
5/19/2024
17 : 54
RD#456 Data Fetching Patterns in Single-Page Applications
Five patterns to help Single Page Applications fetch data from remote sources
5/12/2024
17 : 4
RD#455 The Forensics Of React Server Components
Deep look at the impact they have on the page load timeline
5/5/2024
17 : 4
RD#454 API Layer & Fetch Functions
ixing API and UI code quickly leads to messy and unmaintainable code
4/28/2024
17 : 14
RD#453 Get your codebase ready for React 19
Is your app ready for what's coming up in React 19's release
4/21/2024
17 : 14
RD#452 How to Style a React Application
Once the logic and the components are ready and functional, making them look pretty is straightforward, right? Right?
4/14/2024
16 : 4
RD#451 State machines in React
The power of state machines for building intuitive wizard interfaces
4/7/2024
18 : 24
RD#450 How does useOptimistic() work internally in React?
Optimistic UI is a trick to improve the perceived performance
4/1/2024
19 : 24
RD#449 Flaky Tests In React: Detection, Prevention and Tools
Causes, detection, and fixes for flaky tests
3/24/2024
16 : 34
RD#448 How Next.js breaks React Fundamentals
We've forgotten about fundamentals, resulting in a degraded developer experience
3/17/2024
16 : 54
RD#447 Best Practices for Writing React Tests
Get the most out of your React Testing Library tests
3/10/2024
17 : 4
RD#446 Write your own typesafe React router in 500 lines
BYO .. build your own router
3/3/2024
16 : 24
RD#445 React Server Components Breaking Builds to Win Tomorrow
Leverage both server and client strengths, optimize efficiency, load times, and interactivity
2/25/2024
16 : 44
RD#444 React 19 will be compiled
You can forget about memoization